build: Set --enable-man during distcheck
authorDan Nicholson <nicholson@endlessm.com>
Thu, 1 Sep 2016 18:26:48 +0000 (11:26 -0700)
committerAtomic Bot <atomic-devel@projectatomic.io>
Thu, 1 Sep 2016 19:03:23 +0000 (19:03 +0000)
commit973ec467ceffeeead31689167df67945e72e7273
treede83d6450100f2fd46a6f9f7b65a9bbb445e9e1c
parent3b55db96614da63d935d641d9cb4311153b774af
build: Set --enable-man during distcheck

If xsltproc is not installed, then ENABLE_MAN will be false and the
generated man pages won't be distributed. Pass --enable-man to enforce
that the man pages will be generated and distributed.

Closes: #486
Approved by: cgwalters
Makefile.am